/*多行溢出*/
/*网站响应样式*/
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
  /*文字列表*/
  .comp-text-list-01 .box-s {
    line-height: 26px;
  }
  .comp-text-list-01 .box-s:after {
    top: 25px;
    margin-top: 0;
  }
  .comp-text-list-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-02 li {
    margin-bottom: 20px;
  }
  .comp-text-list-02 .box-s {
    padding: 15px;
  }
  .comp-text-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-04 .box-s {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .comp-text-list-04 .box-s .box-icon {
    position: relative;
  }
  .comp-text-list-04 .box-s .box-title {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 20px;
  }
  .comp-text-list-05 .box-s {
    padding: 20px;
    position: relative;
  }
  .comp-text-list-05 .box-s .box-date {
    float: left;
    width: 80px;
  }
  .comp-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 30px;
  }
  .comp-text-list-05 .box-s .box-more {
    display: none;
  }
  .comp-text-list-06 .box-s {
    padding-right: 0;
  }
  .comp-text-list-06 .box-s:before {
    top: 26px;
    margin-top: 0;
  }
  .comp-text-list-06 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-06 .box-s .box-date {
    position: static;
    margin-top: 0;
  }
  .comp-text-list-07 li {
    margin-bottom: 20px;
  }
  .comp-text-list-07 li .box-s {
    padding: 20px 20px 20px 0;
  }
  .comp-text-list-07 li .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  /*图文列表*/
  .comp-image-text-list-01 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-01 .box-s .box-img {
    height: 220px;
  }
  .comp-image-text-list-02 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-04 .box-s .box-top {
    position: relative;
    margin-bottom: 15px;
  }
  .comp-image-text-list-04 .box-s .box-date {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
  }
  .comp-image-text-list-04 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-06 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comp-image-text-list-06 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-07 .box-s .box-info {
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .comp-image-text-list-07 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  /*人员列表*/
  .comp-personnel-list-01 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-01 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-01 .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-02 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-02 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-05 .box-s .box-img {
    float: none;
    margin-right: 0;
  }
  /*人员细览*/
  .comp-personnel-details-01 .info-top {
    padding: 15px;
  }
  .comp-personnel-details-01 .info-top .box-img {
    position: static;
    margin-bottom: 20px;
  }
  .comp-personnel-details-02 .info-center {
    padding-left: 0;
  }
  .comp-personnel-details-02 .info-center .box-img {
    position: relative;
    padding: 20px;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-img img {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-info {
    padding: 20px;
  }
  .comp-personnel-details-02 .info-other {
    padding: 20px;
  }
  /*side menu*/
  .side-menu {
    display: none;
  }
}
@media (max-width: 1500px) {
  .leader-box .img-box{
    height: 182px;
  }
  .ry-box .img-box{
    height: 168px;
  }
  .yj-list-a .yj-title{
    padding: 16px 44px;
  }
}
/*网站响应样式*/
@media (max-width: 1440px) {
  .header .header-logo {
    max-width: 880px;
  }
  .lunb-box .img-box {
    height: 483px;
  }
  .lunb-box .lunb-title {
    max-width: 560px;
  }
  .top-left-box {
    min-height: 483px;
    padding: 20px 32px 20px 32px;
  }
  .top-t-box {
    padding: 10px 0 8px 0;
  }
  .top-t-box .top-t-desc {
    margin: 6px 0 4px 0;
  }
  .top-t-ul li {
    padding: 5px 0 5px 0;
  }
  .top-t-ul li:first-child {
    padding: 0 0 6px 0;
  }
  .top-t-ul li:last-child {
    padding: 6px 0 0 0;
  }
  .qymt-top .img-box {
    height: 231px;
  }
  .xs-ul li {
    padding-top: 12px;
    margin-bottom: 13px;
  }
  .yj-list-a .img-box {
    height: 174px;
  }
  .yj-list-a .yj-title {
    padding: 20px 30px;
  }
  .yj-list-a .yj-title > div {
    max-width: 175px;
  }
  .box4 .gallery-top {
    height: 314px;
    width: calc(100% - 260px);
  }
  .box4 .gallery-thumbs {
    width: 260px;
    height: 314px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div {
    padding: 30px 0 30px 65px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > div {
    padding: 48px 0 48px 30px;
  }
  .zptz-ul li {
    margin-bottom: 13px;
  }
  .zptz-ul .zptz-date-box {
    width: 54px;
    height: 54px;
    padding-top: 10px;
  }
  .leader-box .top-leader {
    width: 136px;
  }
  .leader-box .img-box {
    height: 178px;
  }
  .ry-box .img-box {
    height: 165px;
  }
  .tw2-box .img-box {
    height: 187px;
  }
  .qzgy-md-7 .tab-cont {
    min-height: 506px;
  }
  .xs-ul {
    min-height: 506px;
  }
  .box5-right .tab-cont {
    min-height: 314px;
  }
}
@media (max-width: 1366px) {
  .header .header-logo{
    max-width: 800px;
  }
}
@media (max-width: 1280px) {
  .tw2-box .img-box {
    height: 186px;
  }
}
@media (max-width: 1284px) and (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1279px) {
  .header .header-logo {
    max-width: 770px;
  }
  .lunb-box .img-box {
    height: 440px;
  }
  .lunb-box .lunb-title {
    max-width: 500px;
  }
  .top-left-box {
    min-height: 440px;
  }
  .top-t-box {
    padding: 15px 0 14px 0;
  }
  .top-t-ul li {
    padding: 3px 0 3px 0;
  }
  .top-t-ul li:first-child {
    padding: 0 0 3px 0;
  }
  .top-t-ul li:last-child {
    padding: 3px 0 0 0;
  }
  .top-t-ul .t-list-title {
    font-size: 14px;
    line-height: 20px;
  }
  .top-t-ul .t-list-date {
    line-height: 20px;
  }
  .qymt-top .img-box {
    height: 208px;
  }
  .xs-ul {
    padding: 20px 28px 18px 26px;
  }
  .yj-list-a .img-box {
    height: 157px;
  }
  .yj-list-a .yj-title {
    padding: 14px 20px;
    min-height: 76px;
  }
  .box4 .gallery-top {
    height: 288px;
    width: calc(100% - 230px);
  }
  .box4 .gallery-thumbs {
    width: 230px;
    height: 288px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div {
    padding: 26px 0 26px 50px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > div {
    padding: 42px 0 42px 30px;
  }
  .box5-right .tab-cont {
    padding: 17px 20px 17px 20px;
  }
  .zptz-ul {
    padding: 0;
  }
  .m28 {
    margin: 0 -15px;
  }
  .p28 {
    padding: 0 15px;
  }
  .leader-box .top-leader {
    width: 140px;
  }
  .leader-box .img-box {
    height: 183px;
  }
  .ry-box .img-box {
    height: 145px;
  }
  .tw2-box .img-box {
    height: 167px;
  }
  .tw2-box .tw-info {
    padding: 10px 15px 15px 15px;
  }

  .tw4-box .img-box {
    width: 280px;
  }
  .tw4-box .left-cont {
    width: 280px;
  }
  .tw4-box .right-gjhz-ul li {
    padding: 7px 0 7px 0;
  }
  .tw4-box .right-gjhz-ul li:first-child {
    padding: 0 0 7px 0;
  }
  .tw4-box .right-gjhz-ul li:last-child {
    padding: 7px 0 0 0;
  }
  .qzgy-md-7 .tab-cont {
    min-height: 484px;
  }
  .xs-ul {
    min-height: 484px;
  }
  .box5-right .tab-cont {
    min-height: 288px;
  }
}
@media (max-width: 1199px) {
  .header .header-logo {
    max-width: 575px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
  .t-banner .owl-dots {
    right: 20px;
  }
  .title-box .i-title {
    font-size: 22px;
  }
  .title-box .tabber-titlebox .i-title {
    margin-right: 16px;
  }
  .lunb-box .img-box {
    height: 363px;
  }
  .lunb-box .lunb-title {
    padding: 7px 20px 7px 20px;
    max-width: 420px;
  }
  .top-left-box {
    min-height: 363px;
    padding: 16px 32px 2px 32px;
  }
  .top-left-box .title-box {
    margin-bottom: 15px;
  }
  .top-t-box {
    padding: 10px 0 8px 0;
  }
  .top-t-ul {
    padding-top: 9px;
  }
  .top-t-ul li:last-child {
    display: none;
  }
  .qymt-top {
    padding-bottom: 5px;
  }
  .qymt-top .img-box {
    height: 167px;
    margin-bottom: 10px;
  }
  .qymt-top .qymt-desc {
    margin: 5px 0 3px 0;
  }
  .tab-cont {
    padding: 25px 20px 22px 20px;
  }
  .qymt-ul {
    padding-top: 12px;
  }
  .qymt-ul li {
    padding: 5px 0 5px 0;
  }
  .qymt-ul li:first-child {
    padding: 0 0 5px 0;
  }
  .qymt-ul li:last-child {
    padding: 5px 0 0 0;
  }
  .xs-ul {
    padding: 20px 28px 15px 26px;
  }
  .xs-ul li {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .xs-ul li:last-child {
    display: none;
  }
  .yj-list-a .img-box {
    height: 127px;
  }
  .yj-list-a .yj-title {
    padding: 10px 12px;
    min-height: 68px;
  }
  .box4 .gallery-top {
    height: 212px;
  }
  .box4 .gallery-thumbs {
    height: 212px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div {
    padding: 14px 0 13px 50px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > div {
    padding: 30px 0 28px 30px;
  }
  .zptz-ul li:last-child {
    display: none;
  }
  .box5-right .tab-cont {
    padding: 10px 20px 2px 20px;
  }
  .other-menu .menu-cont .a-title {
    padding: 14px 20px 12px 15px;
  }
  .other-menu .menu-cont .a-title:after {
    right: 20px;
  }
  .other-menu .menu-cont .down-menu {
    padding-left: 25px;
    padding-right: 20px;
  }
  .other-menu .menu-cont .down-menu a {
    padding: 12px 0px 12px 0px;
  }
  .leader-box .top-leader {
    width: 108px;
    margin: 0 auto 20px auto;
  }
  .leader-box .img-box {
    height: 142px;
  }
  .leader-xilan .img-box {
    width: 160px;
    height: 211px;
  }
  .ry-list .row .peplist:nth-child(6n+1) {
    clear: none;
  }
  .ry-list .row .peplist:nth-child(4n+1) {
    clear: left;
  }
  .ry-box {
    margin-bottom: 25px;
  }
  .ry-box .img-box {
    height: 187px;
  }
  .comp-personnel-details-01 .info-top {
    min-height: 212px;
  }
  .comp-personnel-details-01 .info-top .box-img {
    width: 110px;
    height: 144px;
    margin-left: 10px;
  }
  .comp-personnel-details-01 .info-top .box-info .box-s {
    margin-bottom: 15px;
  }
  .tw1-box .tw-info {
    padding: 15px 20px 15px 20px;
  }
  .tw1-box .img-box {
    width: 270px;
    height: 178px;
  }
  .tw1-box .tw1-desc {
    -webkit-line-clamp: 3;
    height: 72px;
  }
  .tw2-box .img-box {
    height: 133px;
  }
  .tw2-box .tw2-date {
    padding: 7px 20px 7px 20px;
  }

  .tw4-box .img-box {
    width: 230px;
  }
  .tw4-box .left-cont {
    width: 230px;
  }
  .tw4-box .right-gjhz-ul li {
    padding: 5px 0 5px 0;
  }
  .tw4-box .right-gjhz-ul li:first-child {
    padding: 0 0 5px 0;
  }
  .tw4-box .right-gjhz-ul li:last-child {
    padding: 5px 0 0 0;
  }
  .tab-cont {
    padding: 25px 20px 15px 20px;
  }
  .qzgy-md-7 .tab-cont {
    min-height: 400px;
  }
  .xs-ul {
    min-height: 405px;
  }
  .box5-right .tab-cont {
    min-height: 212px;
  }
  .qymt-ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .qymt-ul li {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .header .header-logo {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .header .header-other {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav {
    min-height: 45px;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    text-align: left;
    border: none;
    padding: 15px 10px !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0 !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 10px;
    text-align: left;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul {
    min-width: 100%;
  }
  nav.navbar.bootsnav .navbar-header {
    min-height: 45px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right !important;
    margin: 0 !important;
    background-color: transparent;
    top: 9px;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #FFF;
  }
  .header-a-pc li {
    display: none;
  }
  .header-a-pc li:last-child {
    display: block;
  }
  .header-a-ph {
    display: block;
    float: left;
    padding-top: 8px;
  }
  .header-a-ph .header-a {
    color: #FFF;
  }
  .header-a-ph li:first-child::before {
    background: #FFF;
  }
  .qzgy-md-7-tlb {
    width: 100%;
  }
  .pr0 {
    padding-right: 15px;
  }
  .pl0 {
    padding-left: 15px;
  }
  .qzgy-md-5-tlb {
    width: 100%;
  }
  .qzgy-md-7 {
    width: 100%;
  }
  .qzgy-md-5 {
    width: 100%;
  }
  .lunb-box .img-box {
    height: 457px;
  }
  .top-left-box {
    min-height: auto;
    margin-top: 30px;
    padding: 20px 15px 20px 15px;
  }
  .top-t-box .top-t-title {
    height: auto;
  }
  .top-t-ul {
    max-height: initial;
    overflow: initial;
  }
  .top-t-ul li:last-child {
    display: block;
  }
  .top-t-ul li {
    padding: 7px 0 7px 0;
  }
  .top-t-ul li:first-child {
    padding: 0 0 7px 0;
  }
  .top-t-ul li:last-child {
    padding: 7px 0 0 0;
  }
  .qymt-top .img-box {
    height: 218px;
  }
  .box2 .tab-cont {
    margin-bottom: 30px;
  }
  .xs-ul li:last-child {
    display: block;
  }
  .box3 .col-sm-4:nth-child(4),
  .box3 .col-sm-4:nth-child(5) {
    width: 50%;
  }
  .box3 .col-sm-4:nth-child(4) .yj-list-a .img-box,
  .box3 .col-sm-4:nth-child(5) .yj-list-a .img-box {
    height: 260px;
  }
  .box3 .col-sm-4:nth-child(4) .yj-list-a .yj-title,
  .box3 .col-sm-4:nth-child(5) .yj-list-a .yj-title {
    min-height: auto;
  }
  .box3 .col-sm-4:nth-child(4) .yj-list-a .yj-title > div,
  .box3 .col-sm-4:nth-child(5) .yj-list-a .yj-title > div {
    height: auto;
  }
  .yj-list-a .img-box {
    height: 168px;
  }
  .yj-list-a {
    margin-bottom: 15px;
  }
  .yj-list-a .yj-title > div {
    max-width: 100%;
  }
  .box4 {
    margin-top: 30px;
  }
  .box4 .gallery-top {
    height: 307px;
  }
  .box4 .gallery-thumbs {
    height: 307px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div {
    padding: 29px 0 28px 50px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > div {
    padding: 48px 0 48px 30px;
  }
  .box4-left {
    margin-bottom: 30px;
  }
  .zptz-ul li:last-child {
    display: block;
  }
  .box5-right .tab-cont {
    padding: 17px 20px 17px 20px;
  }
  .box5 .ui-select-wrap {
    margin-bottom: 30px;
  }
  .other-menu {
    display: none;
  }
  .qzgy-ny-box .ny-cont-9 {
    width: auto;
  }
  .leader-box .top-leader {
    width: 108px;
  }
  .leader-box .img-box {
    height: 141px;
  }
  .ry-box .img-box {
    height: 187px;
  }
  .xs-ul {
    min-height: 0;
  }
  .box5-right .tab-cont {
    min-height: 0;
  }
  .qymt-ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .qymt-ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .title-box .i-title {
    font-size: 20px;
  }
  .title-box .tabber-titlebox .i-title {
    font-size: 20px;
  }
  .t-banner {
    margin-top: 25px;
  }
  .lunb-box .img-box {
    height: auto;
  }
  .lunb-box .lunb-title {
    max-width: 100%;
    overflow: initial;
    white-space: normal;
    line-height: 22px;
    padding: 7px 10px 7px 15px;
  }
  .t-banner .owl-dots {
    right: 50%;
    transform: translateX(50%);
    bottom: -25px;
  }
  .t-banner .owl-dots .owl-dot {
    background: #ccc;
  }
  .t-banner .owl-dots .active {
    background: #0058AB;
  }
  .top-left-box {
    margin-top: 50px;
  }
  .top-t-box .top-t-title {
    display: block;
    overflow: initial;
    line-height: 22px;
  }
  .top-t-ul .top-list {
    background: url(qzgy-top-list-icon.png) no-repeat 0 5px;
  }
  .top-t-ul .t-list-title {
    overflow: initial;
    white-space: normal;
    padding: 0 16px 0 16px;
    text-align: justify;
  }
  .top-t-ul .t-list-date {
    position: static;
    padding-left: 16px;
  }
  .tab-cont {
    padding: 25px 15px 0px 15px;
  }
  .qymt-top .img-box {
    height: auto;
  }
  .qymt-top .qymt-title {
    overflow: initial;
    white-space: normal;
    line-height: 22px;
    text-align: justify;
  }
  .qymt-ul {
    margin-bottom: 25px;
    padding: 0 15px;
  }
  .qymt-ul .qymt-list-a {
    overflow: initial;
    white-space: normal;
    text-align: justify;
    line-height: 22px;
    padding: 0 0 0 16px;
    background: url(qzgy-top-list-icon.png) no-repeat 0 5px;
  }
  .qymt-top {
    margin-bottom: 15px;
  }
  .box5-right .tab-cont {
    min-height: 0;
  }
  .xs-ul {
    min-height: 0;
  }
  .xs-ul .xs-list-title {
    height: auto;
    display: block;
    text-align: justify;
  }

  .yj-list-a .yj-title > div {
    height: auto;
    display: block;
    overflow: initial;
    line-height: 22px;
    text-align: justify;
  }
  .box3 .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
  .box3 .col-xs-6:last-child {
    width: 100%;
  }
  .box3 .col-xs-6:last-child .yj-list-a .yj-title {
    min-height: auto;
  }
  .box4 .gallery-top {
    float: none;
    height: auto;
    width: 100%;
  }
  .box4 .gallery-thumbs {
    float: none;
    width: 100%;
    height: 80px;
    padding: 6px 0px 8px 0px;
  }
  .box4 .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: calc(33.3333% - 10px) !important;
    height: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 5px !important;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div {
    position: static;
    padding: 0;
    text-align: center;
    height: 100%;
    line-height: 64px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > div span {
    float: none;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide img {
    display: none !important;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
    height: 100% !important;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > div {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .zptz-ul .zptz-list-title {
    display: block;
    height: auto;
    padding-top: 0;
    text-align: justify;
  }
  .box5 {
    margin-top: 30px;
  }
  .box5 .ui-select-wrap {
    margin-bottom: 15px;
  }
  .footer .f-s {
    margin-right: 0px;
  }
  .qzgy-ny-box {
    padding: 25px 0 35px 0;
  }
  .right-top {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  .right-top .ny-r-title {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .right-top .ny-r-title::before {
    display: none;
  }
  .right-top .bread-crumbs {
    float: none;
    width: 100%;
  }
  .details-page .detail-top {
    margin-bottom: 20px;
  }
  .details-page .detail-top .top-other {
    margin-top: 20px;
    padding: 0 15px;
  }
  .details-page .detail-top .top-other .other-info {
    float: none;
    line-height: 26px;
  }
  .details-page .detail-top .top-other .other-share {
    float: none;
    line-height: 26px;
  }
  .details-page .detail-top .top-other .other-share a:first-child {
    margin-right: 5px;
  }
  .details-page .main-cont {
    padding: 0 10px;
  }
  .details-page .main-cont p {
    line-height: 26px;
  }
  .leader-box {
    padding: 0 10px;
  }
  .leader-box .top-leader {
    width: 160px;
  }
  .leader-box .img-box {
    height: auto;
  }
  .leader-xilan {
    padding: 0px 10px;
  }
  .leader-xilan .img-box {
    float: none;
    width: 198px;
    height: 262px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .leader-xilan .l-xilan-info p {
    line-height: 26px;
  }
  .ry-list {
    padding: 0 10px;
  }
  .ry-list .row .peplist:nth-child(4n+1) {
    clear: none;
  }
  .ry-list .row .peplist:nth-child(2n+1) {
    clear: left;
  }
  .ry-box .img-box {
    height: auto;
    width: 160px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .comp-personnel-details-01 {
    padding: 0 10px;
  }
  .comp-personnel-details-01 .info-top {
    padding: 15px;
    min-height: auto;
  }
  .comp-personnel-details-01 .info-top .box-img {
    float: none;
    width: 180px;
    height: 238px;
    margin-left: 0px;
  }
  .comp-personnel-details-01 .info-top .box-info .box-s {
    margin-bottom: 10px;
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  .comp-personnel-details-01 .info-groups .info-txt {
    line-height: 26px;
  }
  .tw1-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tw1-box .img-box {
    float: none;
    width: 100%;
    height: auto;
  }
  .tw1-box .tw1-title {
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .tw1-box .tw1-desc {
    -webkit-line-clamp: 4;
    height: auto;
  }
  .tw2-list {
    padding: 0 10px;
  }
  .tw2-box {
    margin-bottom: 30px;
  }
  .tw2-box .img-box {
    height: auto;
  }
  .tw2-box .tw2-date {
    padding: 10px 20px 9px 20px;
  }
  .tw2-box .tw2-title {
    display: block;
    height: auto;
  }
  .tw2-box .tw2-desc {
    height: auto;
  }
  .tw3-list {
    padding: 0 10px;
  }
  .tw3-ul li {
    padding-bottom: 15px;
  }
  .tw3-box .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .tw3-box .tw3-title {
    overflow: initial;
    white-space: normal;
  }
  .tw3-box .tw3-desc {
    height: auto;
    margin: 10px 0;
  }
  .tw4-list {
    padding: 0 10px;
  }
  .tw4-ul > li {
    margin-bottom: 30px;
  }
  .tw4-box .img-box {
    float: none;
    margin-right: 00px;
    width: 100%;
    margin-bottom: 15px;
  }
  .tw4-box .tw4-title {
    line-height: 22px;
  }
  .tw4-box .left-cont {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  .tw4-box .left-cont .tw4-title-last {
    margin-bottom: 20px;
  }
  .tw4-box .right-gjhz-ul .gjhz-list {
    background: url(qzgy-top-list-icon.png) no-repeat 0 5px;
  }
  .tw4-box .right-gjhz-ul .gjhz-list-title {
    padding: 0 0 0 16px;
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .tw4-box .right-gjhz-ul .gjhz-list-date {
    position: static;
    padding-left: 16px;
  }
  .wz1-list {
    padding: 0 10px;
  }
  .zw1-box {
    background: url(qzgy-top-list-icon.png) no-repeat 0 5px;
  }
  .zw1-box .zw1-title {
    padding: 0 0px 0 16px;
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .zw1-box .zw1-date {
    position: static;
    padding-left: 16px;
  }
  .wz2-list {
    padding: 0 10px;
  }
  .wz2-ul {
    margin-bottom: 20px;
  }
  .xswyh {
    padding: 0 10px;
  }
  .lw-list {
    padding: 0 10px;
  }
  .lw-box {
    padding: 20px 20px;
  }
  .lw-box .lw-t {
    overflow: initial;
    white-space: normal;
  }
  .call-cont {
    float: left;
    width: 100%;
    min-height: auto;
    position: relative;
  }
  .call-cont > div {
    padding: 20px;
    position: static;
    transform: translate(0);
  }
  .map {
    float: none;
    width: 100% !important;
  }
  .zz-table td {
    padding: 12px 10px 12px 10px;
  }
  .zz-table td:first-child {
    max-width: 120px;
    width: 120px;
  }
  .yj-list-a .img-box {
    height: 120px !important;
  }
  .box3 .col-sm-4:nth-child(5) .yj-list-a .img-box {
    height: auto !important;
  }

  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active:first-child > a{
    top: 0;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > a{
    padding: 0;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > a{
    width: 100%;
    left: 0;
    padding: 0;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide:last-child > a{
    bottom: 0;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > a{
    font-size: 16px;
    width: 100%;
    left: 0;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide > a span{
    text-align: center;
    width: 100%;
    line-height: 66px;
  }
  .box4 .gallery-thumbs .swiper-wrapper .swiper-slide:first-child > a{
    top: 0;
  }
  .box3 .col-sm-4:nth-child(4), .box3 .col-sm-4:nth-child(5){
    width: 100%;
  }
  .yj-list-a .img-box{
    height: auto !important;
  }
  .yj-list-a .yj-title{
    min-height: 0;
  }
  .yj-list-a .yj-title div{
    text-align: center;
  }
  .xs-ul{
    padding: 10px;
  }
  .leader-box .img-box{
    width: 160px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .cont-xilan-sb td{
    display: block;
    width: 100% !important;
  }
  .cont-xilan-sb td img{
    width: 100%;
    height: 100%;
  }
  .details-page .cont-xilan-sb p{
    margin-bottom: 0 !important;
  }
}
@media (max-width: 425px) {
  .lunb-box .img-box {
    height: 251px;
  }
}
@media (max-width: 375px) {
  .lunb-box .img-box {
    height: 219px;
  }
}
@media (max-width: 320px) {
  .title-box .tabber-titlebox .i-title {
    margin-right: 10px;
  }
  .lunb-box .img-box {
    height: 184px;
  }
}
